home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacGames Sampler
/
PHT MacGames Bundle.iso
/
MacSource Folder
/
Samples from the CD
/
Editors
/
emacs
/
Emacs-1.14b1-sources
/
sources
/
misc-headers
/
sys⁄file.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-05-20
|
156 b
|
15 lines
|
[
TEXT/EMAC
]
/*
* sys/file.h
*/
#ifndef __SYS_FILE__
#define __SYS_FILE__
#define O_RDONLY 0
#define O_WRONLY 1
#define O_RDWR 2
int open(void *,int,...);
#endif